home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / convert / ImportTextDialog$Options.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  663 b   |  17 lines

  1. package com.extensibility.convert;
  2.  
  3. public class ImportTextDialog$Options {
  4.    // $FF: synthetic field
  5.    final ImportTextDialog this$0;
  6.    String encloseName;
  7.    boolean modelAsElements;
  8.    boolean modelAsAttributes;
  9.  
  10.    ImportTextDialog$Options(ImportTextDialog var1, boolean var2, boolean var3, String var4) {
  11.       this.this$0 = var1;
  12.       this.modelAsElements = var2;
  13.       this.modelAsAttributes = var3;
  14.       this.encloseName = var4;
  15.    }
  16. }
  17.